home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Demos / Bowers Development / AppMaker 2.1.sit / AppMaker 2.1 / Examples / Windows MFC / MFC generated / CDemo1DlgDoc.h < prev    next >
Encoding:
Text File  |  1996-01-01  |  585 b   |  29 lines

  1. // CDemo1DlgDoc.h -- document class
  2. // Created 01/01/95 12:01 PM by AppMaker
  3.  
  4. class CDemo1DlgDoc : public CDocument
  5. {
  6. public:
  7.     virtual ~CDemo1DlgDoc();
  8.     virtual void Serialize(CArchive& ar); 
  9. #ifdef _DEBUG
  10.     virtual void AssertValid() const;
  11.     virtual void Dump(CDumpContext& dc) const;
  12. #endif
  13.  
  14. protected:
  15.     CDemo1DlgDoc();
  16.     DECLARE_DYNCREATE(CDemo1DlgDoc)
  17.  
  18.     virtual BOOL    OnNewDocument();
  19.  
  20.     // Message maps
  21. protected:
  22.     DECLARE_MESSAGE_MAP()
  23.  
  24.     //{{AFX_MSG(CDemo1DlgDoc)
  25.     // Handlers within the section marked by {{AFX_MSG and }}AFX_MSG
  26.     // are maintained by ClassExpress.    
  27.     //}}AFX_MSG
  28. };
  29.